Articles
Watch a Hybrid Post-Quantum Handshake on the Wire – IPsec Series, Part 4
5 min read
We build a real hybrid IKEv2 tunnel in two Docker containers, capture the packets, and run classical versus hybrid side by side, seeing the extra round trip, ML-KEM fragmentation, and that going quantum-safe costs almost nothing.
ML-KEM vs Diffie-Hellman: The Showdown – IPsec Series, Part 3
3 min read
We put Diffie-Hellman and ML-KEM side by side on size, latency, compute, and security, and land on the smartest move: a hybrid key exchange that runs both and combines their secrets, so an attacker would have to break both at once.
Harvest Now, Decrypt Later: The Threat to Key Exchange – IPsec Series, Part 2
4 min read
We zoom in on key exchange and its urgent "harvest now, decrypt later" threat, where attackers record encrypted traffic today to decrypt once quantum hardware matures. Then we meet the two contenders: classical Diffie-Hellman and post-quantum ML-KEM.
Is Your VPN Ready for the Quantum Era? – IPsec Series, Part 1
5 min read
Quantum computers will break today's crypto. We introduce the two pillars of a secure handshake, key exchange and auth, and how each faces a different quantum threat: "harvest now, decrypt later" versus the slower risk to long-lived trust anchors.
Integration with Chuck Norris and Meraki APIs – ChatOps Series, Part 4
5 min read
Learn how you can start working with the Meraki API to create a chatbot that tells users about the Meraki networks they manage.
Message Details – ChatOps Series, Part 3
5 min read
Learn about "ChatOps" - operating infrastructure systems with bots via messaging applications. In Part 3 of the series, learn how to obtain all details about messages received from your ChatBot.
Defining Your Bot Logic – ChatOps Series, Part 2
4 min read
Get the code required to implement your bot logic for operating infrastructure systems via messaging applications.
Using a Bot to Operate Your Network!? – ChatOps Series, Part 1
3 min read
Operating infrastructure systems with bots via messaging applications is what we call ChatOps. Learn why ChatOps is a foundational block for network operations, AI, and Natural Language Processing.
Explore Serverless with Fission – DevOps Series, Part 19
3 min read
Serverless is here to stay and nobody likes lock-in! So check out the full blog series to get a good understanding on how to get started with several different FaaS engines over kubernetes.